LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetEnumerator Method
See Also 
Leadtools Namespace > RasterCollection<T> Class : GetEnumerator Method



Returns a generic enumerator that can iterate through the RasterCollection<T>. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetEnumerator() As IEnumerator(Of T)
Visual Basic (Usage)Copy Code
Dim instance As RasterCollection(Of T)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
C# 
public virtual IEnumerator<T> GetEnumerator()
C++/CLI 
public:
virtual IEnumerator<T^>^ GetEnumerator(); 

Return Value

A generic enumerator that can iterate through the RasterCollection<T>.

Example

For an example, refer to RasterCollection<T>.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also